Select DISTINCT(yr) from (select year(issue_date) as yr, issue_date from paper_master,color_master,stamps where issue_date!='' and paper_master.paper_code=stamps.paper_code and paper_master.paper='All over multiple 'Lion Capitol of Ashoka'' and stamps.serial_no='0481' and color_master.color_code=stamps.color_code and color_master.color='Light Brown' order by issue_date) t